iShell Help
Tribeworks > iShell > Events >
  Message
   
The Message event is triggered by the Send Message command. The Message event is good mechanism to communicate between multiple documents. The Message event works well at grouping together commands to perform complex interactions and logic.

  • Elements: The Message event can be contained in any element.
  • Parameters
    • Message In: The value of the input argument originating in the Send Message command.
    • Message Out: The output argument originating in the Send Message command. This can be used to return a result.
    • Message Sender: A target to the element that sent the message.